<squad>
	<description>
		<type>TYPE_ARMOURED_CAR</type>
		<nationality>NATIONALITY_AMERICAN</nationality>

		<long_name>M20 'Greyhound' Armoured Car</long_name>
		<short_name>M20 Greyhound</short_name>
		<comment>An M8 with a .50 caliber machine gun in a fixed superstructure</comment>

		<uniform_profile>uniform_profile_american_tank_crew.png</uniform_profile>
		<uniform_game>uniform_game_american_tank_crew.png</uniform_game>
	</description>

	<availability>
		<data><month>7</month><year>1943</year><number>100</number></data>
		<data><month>10</month><year>1943</year><number>200</number></data>
		<data><month>3</month><year>1944</year><number>300</number></data>
		<data><month>6</month><year>1944</year><number>500</number></data>
		<data><month>12</month><year>1945</year><number>500</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-M20 Scout Car.png</image_profile>
			<weight>7890</weight>
		</attributes>

		<drive>
			<engine>
				<name>Hercules JXD</name>
				<horsepower>110</horsepower>
				<reliability>RELIABILITY_VERY_GOOD</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2500</rpm_limit>
			</engine>

			<gears>
				<forwards>8</forwards>
				<reverse>2</reverse>
			</gears>

			<steering>STEERING_FRONT_WHEELS</steering>

			<exhaust_pipe>
				<offsetX>70</offsetX>
				<offsetY>225</offsetY>
				<horizontal_angle>180</horizontal_angle>
				<vertical_angle>0</vertical_angle>
			</exhaust_pipe>

			<exhaust_pipe>
				<offsetX>-70</offsetX>
				<offsetY>225</offsetY>
				<horizontal_angle>180</horizontal_angle>
				<vertical_angle>0</vertical_angle>
			</exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-M20 Scout Car.png</image_view>

			<width>254</width>
			<length>500</length>
			<height>126</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>19@45</upper_front>
				<lower_front>16@-30</lower_front>
				<side>10</side>
				<upper_rear>10@17</upper_rear>
				<lower_rear>10@-17</lower_rear>
				<top>5</top>
				<bottom>5</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_RADIO</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>150</width>
			<length>150</length>
			<height>35</height>

			<offsetX>0</offsetX>
			<offsetY>-20</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>19@45</front>
				<side>10</side>
				<rear>10</rear>
				<top>0</top>
			</armour>
		</superstructure>

		<fixed_weapon>
			<image_view>Image-M20 Scout Car MG.png</image_view>

			<offsetX>0</offsetX>
			<offsetY>-40</offsetY>
			<offsetZ>180</offsetZ>
			<minAngle>-20</minAngle>
			<maxAngle>20</maxAngle>

			<rotate_time>5</rotate_time>
			<weapon><type>WEAPON_HMG_50CAL</type><mount>ball</mount></weapon>
			<ammo><for>WEAPON_HMG_50CAL</for><rounds>2000</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>
		</fixed_weapon>
	</vehicle>
</squad>
